ImageObject.height

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t height [@property getter]
  2. size_t height [@property getter]
    class ImageObject(Impl)
    @property @nogc nothrow @trusted shared
    size_t
    height
    ()
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )

Meta